r2rtf presentation

news
code
analysis
Author

Phanikumar s tata

Published

June 13, 2022

This is the first post in a Quarto blog. Welcome!

r2rtf

Overview

r2rtf is an R package to create production-ready tables and figures in RTF format. The R package is designed to

  • provide simple “verb” functions that correspond to each component of a table, to help you translate data frame(s) to a table in RTF file.

  • enables pipes (%>%).

  • only focus on table format.

    • Data manipulation and analysis shall be handled by other R packages. (e.g., tidyverse)
  • minimizes package dependency

Installation

You can install the package via CRAN:

install.packages("r2rtf")

Or, install from GitHub:

remotes::install_github("Merck/r2rtf")

Highlighted Features

The R packager2rtf provided flexibility to enable features below: